type google.golang.org/grpc.serverKey

3 uses

	google.golang.org/grpc (current package)
		server.go#L2044: type serverKey struct{}
		server.go#L2048: 	s, _ := ctx.Value(serverKey{}).(*Server)
		server.go#L2054: 	return context.WithValue(ctx, serverKey{}, server)